home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 22 / Amiga Format AFCD22 (Jan 1998, Issue 106).iso / -in_the_mag- / picmanagerpro / help / 21.hlp < prev    next >
Text File  |  1997-11-19  |  4KB  |  112 lines

  1. CATALOG/SEARCH FOR
  2. ==================
  3.  
  4.   The following functions allow searching specific entries within a
  5.   catalogue and after that processing these via ENTRIES/DETECTED...
  6.  
  7.   Graphic names will be displayed as black typing on blue background
  8.   for correctly identified matches. Should the entry also be marked,
  9.   the filename is displayed as white typing on black background.
  10.   So when browsing through the catalogue it's possible to visually
  11.   check whether entries have been found and/or marked.
  12.  
  13.  
  14.   * match patterns
  15.     --------------
  16.  
  17.       This is the most powerful search function. It allows free definition
  18.       of search patterns of which up to three may be conjuncted logically.
  19.       It works as follows:
  20.  
  21.       First select the area to be scanned within the LISTVIEW
  22.       (screenname, colour depth, graphics type, etc.)
  23.       After that the operator to be applied is selected for the search.
  24.       After that the text to be searched for can be entered within the
  25.       string gadget. Please follow these steps:
  26.  
  27.                 -> Using the "=" operator the use of wildcards is allowed.
  28.                    These will not be applicable to numeric entries 
  29.                    (like file size, date, etc.)
  30.  
  31.                 -> For entering dates the following format is used:
  32.                    DD/MM/YYYY
  33.  
  34.       After having specified the search pattern either
  35.       the search may be started or new search patterns may be added.
  36.       Up to three may be logically conjuncted.
  37.  
  38.       Wildcards:   With the "=" operator the use of wildcards is allowed.
  39.                    The following are supported:
  40.  
  41.                    --> ?PATTERN   All entries, which contain
  42.                                   "PATTERN" as a substring somewhere.
  43.  
  44.                    --> PATTERN?   All entries, which begin with "PATTERN".
  45.  
  46.       The buttons have the following functions:
  47.  
  48.       SEARCH     Searches entries by a previously defined search pattern.
  49.                  Entries which have already been found will then be lost.
  50.       NEW        Erases a search pattern and allows redefinition of it.
  51.       CANCEL     Leaves the menu without starting a search.
  52.  
  53.  
  54.        -> Examples for search patterns:
  55.           =============================
  56.  
  57.          a)             PICTURENAME=FANTASY?
  58.                                               AND
  59.                         DEPTH=6
  60.                                               AND
  61.                         PATH=WORK:?
  62.  
  63.            Searches for all graphics, which are named beginning with
  64.            fantasy and contain six bitplanes. These also have to be
  65.            stored on volume WORK:
  66.  
  67.          b)             DEPTH=4
  68.                                           AND
  69.                         FRAMES>1
  70.                                           AND
  71.                         GRAPHICSTYPE=IFF
  72.  
  73.            Searches all IFF animation's with a depth of four bitplanes.
  74.  
  75.  
  76.          c)             GRAPHICSTYPE=GIF
  77.                                           OR
  78.                         GRAPHICSTYPE=JPEG
  79.  
  80.            Searches for all GIF and JPEG graphics.
  81.  
  82.  
  83.          d)             PICTURENAME>F
  84.                                           AND
  85.                         DATE>10/05/1994
  86.                                           AND
  87.                         WIDTH>=640
  88.  
  89.            Searches all graphics which are named with a first letter
  90.            above "F" and have been created later than 10.5.94.
  91.            The width has be larger than or equal to 640.
  92.  
  93.  
  94.   * duplicate entries
  95.     -----------------
  96.  
  97.       All duplicate entries from the catalogue will be displayed.
  98.       
  99.  
  100.  
  101.   * missing entries
  102.     ---------------
  103.  
  104.       All graphics which are no longer physically present on the
  105.       volume will be displayed.
  106.  
  107.  
  108.  
  109.   NOTE:  Searching will overwrite previously found entries!
  110.   =====
  111.  
  112.